get Cache Entry
suspend fun getCacheEntry(keys: List<String>, version: String): CacheEntry?
Content copied to clipboard
Get a cache entry for the keys and version, or null if none exists
Sources
js source
Link copied to clipboard